← Index
NYTProf Performance Profile   
For ../prof.pl
  Run on Wed Dec 14 16:10:05 2022
Reported on Wed Dec 14 16:12:58 2022

Filename(eval 33)[/Users/ether/.perlbrew/libs/36.0@std/lib/perl5/Class/Method/Modifiers.pm:148]
StatementsExecuted 48 statements in 210µs
Eval Invoked At/Users/ether/.perlbrew/libs/36.0@std/lib/perl5/Class/Method/Modifiers.pm line 148
Sibling evals1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
1611173µs41.2msJSON::Schema::Modern::::hasJSON::Schema::Modern::has
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package JSON::Schema::Modern;
2
# spent 41.2ms (173µs+41.1) within JSON::Schema::Modern::has which was called 16 times, avg 2.58ms/call: # 16 times (173µs+41.1ms) by MooX::HandlesVia::has at line 31 of MooX/HandlesVia.pm, avg 2.58ms/call
sub has {
31649µs for my $method (@$before) {
41636µs161.02ms $method->(@_);
# spent 1.02ms making 16 calls to MooX::TypeTiny::__ANON__[MooX/TypeTiny.pm:25], avg 64µs/call
5 }
616125µs1640.0ms $$wrapped->(@_);}
# spent 40.0ms making 16 calls to Moo::has, avg 2.50ms/call
7;